Between

data class Between<out SearchTreeNode>(val lowerBound: SearchTreeNode, val upperBound: SearchTreeNode) : SearchSegmentResult<SearchTreeNode> (source)

Represents a case when the priority lies strictly between priorities of two neighbour nodes. In that case the class's instance with the lowerBound and upperBound nodes is returned.

Constructors

Link copied to clipboard
constructor(lowerBound: SearchTreeNode, upperBound: SearchTreeNode)

Properties

Link copied to clipboard
Link copied to clipboard